hasDynamicArray

Used for determining if the data can be copied to stack and sent. This is the most efficient way to send data since it won't allocate on frame.

  1. bool hasDynamicArray()
  2. bool hasDynamicArray()
    bool
    hasDynamicArray
    (
    T...
    )
    ()

Return Value

Type: bool

If the type sequence has a dynamic array

Meta